home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gpathname, result
- set result to 0
- acceptDrive()
- if result = 1 then
- checkqt()
- else
- go(5)
- end if
- end
-
- on checkqt
- global gpathname
- if the quickTimePresent = 0 then
- go(the frame + 1)
- else
- go(1, gpathname & "intro.dir")
- end if
- end
-
- on acceptDrive
- global gpathname, result
- if the machineType = 256 then
- set result to 1
- end if
- end
-